GcSkiaBitmap Constructor(String,Nullable<Rectangle>)
In This Topic
Initializes a new instance of the
GcSkiaBitmap class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
Optional ByVal As System.Nullable(Of Rectangle) _
)
public GcSkiaBitmap(
System.string ,
System.Nullable<Rectangle>
)
Parameters
- filePath
- The file path to the image. JPEG, PNG, WEBP formats are supported.
- clipRect
- Clipping rectangle of the image to be loaded.
See Also